home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / winfwg.311 / setup.re_ / SETUP.REG
Windows Registry Data  |  1993-10-20  |  4KB  |  121 lines

  1. REGEDIT
  2. (the above line used as a quick check that we are indeed a registration script)
  3.  
  4. ALL LINES THAT DON'T START WITH 'HKEY_CLASSES_ROOT' ARE COMMENTS.
  5.  
  6. THIS FILE CONSISTS OF A LIST OF <key> <value> PAIRS. THE key AND value SHOULD 
  7. BE SEPERATED BY A " = " mark.
  8.  
  9. Some of these entries duplicate those found in win.ini, for example, the
  10. file extension associations to executables.  Shell.dll always looks
  11. in the registration database before it looks in win.ini for this 
  12. information, so it is efficient to include it here.
  13.  
  14.  
  15. ENTRIES FOR NotePad
  16.  
  17. HKEY_CLASSES_ROOT\.ini = txtfile
  18. HKEY_CLASSES_ROOT\.txt = txtfile
  19. HKEY_CLASSES_ROOT\txtfile = Text File
  20. HKEY_CLASSES_ROOT\txtfile\shell\print\command = notepad.exe /p %1
  21. HKEY_CLASSES_ROOT\txtfile\shell\open\command = notepad.exe %1
  22.  
  23.  
  24. ENTRIES FOR Cardfile
  25.  
  26. HKEY_CLASSES_ROOT\.crd = crdfile
  27. HKEY_CLASSES_ROOT\crdfile = Card File
  28. HKEY_CLASSES_ROOT\crdfile\shell\print\command = cardfile.exe /p %1
  29. HKEY_CLASSES_ROOT\crdfile\shell\open\command = cardfile.exe %1
  30.  
  31. ENTRIES FOR Terminal
  32.  
  33. HKEY_CLASSES_ROOT\.trm = trmfile
  34. HKEY_CLASSES_ROOT\trmfile = Terminal Settings
  35. HKEY_CLASSES_ROOT\trmfile\shell\open\command = terminal.exe %1
  36.  
  37. ENTRIES FOR Macro Recorder
  38.  
  39. HKEY_CLASSES_ROOT\.rec = recfile
  40. HKEY_CLASSES_ROOT\recfile = Recorder Macro
  41. HKEY_CLASSES_ROOT\recfile\shell\open\command = recorder.exe %1
  42.  
  43. ENTRIES FOR Microsoft Mail
  44.  
  45. HKEY_CLASSES_ROOT\.mmf = MicrosoftMail
  46. HKEY_CLASSES_ROOT\MicrosoftMail = Microsoft Mail
  47. HKEY_CLASSES_ROOT\MicrosoftMail\shell\open\command = msmail.exe /f %1
  48.  
  49. ENTRIES FOR Write
  50.  
  51. HKEY_CLASSES_ROOT\.wri = wrifile
  52. HKEY_CLASSES_ROOT\wrifile = Write Document
  53. HKEY_CLASSES_ROOT\wrifile\shell\print\command = write.exe /p %1
  54. HKEY_CLASSES_ROOT\wrifile\shell\open\command = write.exe %1
  55.  
  56. ENTRIES FOR Regedit
  57.  
  58. HKEY_CLASSES_ROOT\.reg = regedit
  59. HKEY_CLASSES_ROOT\regedit = Registration Entries
  60. HKEY_CLASSES_ROOT\regedit\shell\open\command = regedit.exe %1
  61.  
  62. ENTRIES FOR PBrush SERVER
  63.  
  64. HKEY_CLASSES_ROOT\.bmp = PBrush
  65. HKEY_CLASSES_ROOT\.msp = PBrush
  66. HKEY_CLASSES_ROOT\.pcx = PBrush
  67. HKEY_CLASSES_ROOT\PBrush = Paintbrush Picture
  68. HKEY_CLASSES_ROOT\PBrush\shell\print\command = pbrush.exe /p %1
  69. HKEY_CLASSES_ROOT\PBrush\shell\open\command = pbrush.exe %1
  70. HKEY_CLASSES_ROOT\PBrush\protocol\StdFileEditing\verb\0 = Edit
  71. HKEY_CLASSES_ROOT\PBrush\protocol\StdFileEditing\server = pbrush.exe
  72.  
  73. ENTRIES FOR Packager SERVER
  74.  
  75. HKEY_CLASSES_ROOT\Package = Package
  76. HKEY_CLASSES_ROOT\Package\protocol\StdFileEditing\verb\0 = &Activate Contents
  77. HKEY_CLASSES_ROOT\Package\protocol\StdFileEditing\verb\1 = &Edit Package
  78. HKEY_CLASSES_ROOT\Package\protocol\StdFileEditing\server = packager.exe
  79.  
  80.  
  81. ENTRIES for Sound Recorder
  82.  
  83. HKEY_CLASSES_ROOT\.wav = SoundRec
  84. HKEY_CLASSES_ROOT\SoundRec = Sound
  85. HKEY_CLASSES_ROOT\SoundRec\shell\open\command = SoundRec.exe %1
  86. HKEY_CLASSES_ROOT\SoundRec\protocol\StdExecute\server = SoundRec.exe
  87. HKEY_CLASSES_ROOT\SoundRec\protocol\StdFileEditing\server = SoundRec.exe
  88. HKEY_CLASSES_ROOT\SoundRec\protocol\StdFileEditing\verb\1 = &Edit
  89. HKEY_CLASSES_ROOT\SoundRec\protocol\StdFileEditing\verb\0 = &Play
  90.  
  91. ENTRIES for Media Player
  92.  
  93. HKEY_CLASSES_ROOT\.mid = MPlayer
  94. HKEY_CLASSES_ROOT\.rmi = MPlayer
  95. HKEY_CLASSES_ROOT\MPlayer = Media Player
  96. HKEY_CLASSES_ROOT\MPlayer\shell\open\command = MPlayer.exe %1
  97.  
  98. ENTRIES for Word for Windows 2.0
  99.  
  100. HKEY_CLASSES_ROOT\WordDocument\protocol\StdFileEditing\PackageObjects
  101.  
  102. ENTRIES for Fax Viewer
  103.  
  104. HKEY_CLASSES_ROOT\.dcx = FaxView
  105. HKEY_CLASSES_ROOT\FaxView = Fax
  106. HKEY_CLASSES_ROOT\FaxView\shell\open\command = FaxView.exe %1
  107. HKEY_CLASSES_ROOT\FaxView\shell\print\command = FaxView.exe /P %1
  108.  
  109. ENTRIES for Fax Signature Viewer
  110.  
  111. HKEY_CLASSES_ROOT\.aws = FaxSig
  112. HKEY_CLASSES_ROOT\FaxSig = Fax Signature Viewer
  113. HKEY_CLASSES_ROOT\FaxSig\shell\open\command = sigview.exe %1
  114.  
  115. ENTRIES for Fax Key Viewer
  116.  
  117. HKEY_CLASSES_ROOT\.awp = FaxKey
  118. HKEY_CLASSES_ROOT\FaxKey = Fax Key Viewer
  119. HKEY_CLASSES_ROOT\FaxKey\shell\open\command = keyview.exe %1
  120.  
  121.